﻿
.posi_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
 background: linear-gradient(180deg, #ffffffed 0%,rgb(255 255 255 / 0%) 100%);
}
.header_inner{
 width: 66.73vw;
 margin: 0 auto;
 padding: 1.82vw 0;
}
.header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 2vw;
}

.header_logo img {
 height: 2.6vw;
}

.header_links a {
 font-size: 0.73vw;
 color: #1459BE;
 display: flex;
 align-items: center;
}

.search_top {
 position: relative;
 border-radius: 1.3vw;
 overflow: hidden;
 width: 11vw;
}

.search_top input#search {
 width: 100%;
 height: 1.46vw;
 background: rgb(15 68 157 / 10%);
 border-radius: 1.3vw;
 border: none;
 padding: 0 3vw 0 1vw;
 box-sizing: border-box;
 outline: none;
 font-size: 0.74vw;
}
.header_site ul li.on a {
 color: #0f449d;
}
.header_links a img {
 width: 0.68vw;
 display: block;
 margin-right: 0.26vw;
}

.header_links a:hover {
 text-decoration: underline;
}
.search_top input#sousuo1 {
 position: absolute;
 right: 0;
 outline: none;
 border: none;
 width: 2.4vw;
 height: 100%;
 background: #1459BE url(/Content/Areas/Common/images/new/search.png) center no-repeat;
 background-size: 0.8vw;
 transition: all 0.5s ease-in-out;
 cursor: pointer;
}
.search_top input#sousuo1:hover{
 opacity: 0.8;
}
.header_login span {
 display: flex;
}

.header_login span li.login-line {
 display: none;
}
.header_login span li:hover{
 border-color: #1459BE;
 color: #1459BE;
}
.header_login span li:hover a{
 color: #1459BE;
}
.header_login span li {
 height: 1.46vw;
 border-radius: 0.31vw;
 border: 0.05vw solid #242B37;
 margin: 0.4vw;
 padding: 0 0.5vw;
 display: flex;
 align-items: center;
 font-weight: 400;
 font-size: 0.73vw;
 color: #242B37;
 line-height: 0.85vw;
 transition: all 0.5s ease-in-out;
}

.header_login span li a {
 font-weight: 400;
 font-size: 0.73vw;
 color: #242B37;
 line-height: 0.85vw;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 transition: all 0.5s ease-in-out;
 align-items: center;
}

.header_site ul {
 display: flex;
 align-items: center;
}

.header_site ul li {
 padding: 0 0.5vw;
}


.header_site ul li{
   
 border-right: 0.05vw solid #242B37;
}
.header_site ul li:last-of-type{
 border-right:none;
}
.header_site li:hover a{
 color: #1459BE;
}
.header_site li a {
 font-weight: 400;
 font-size: 0.73vw;
 color: #242B37;
 line-height: 0.85vw;
}
.menu-icon-open{
  display: none;
}

@media only screen and (max-width: 768px){
  .menu-icon-open {
   display: block;
   width: 6vw;
   height: 6vw;
   background: url(/Content/Areas/Common/images/menu.png) no-repeat;
   background-size: cover;
  }
  .posi_header {
   position: initial;
  }
  
  .header_inner {
   width: 100%;
   padding: 0 3vw;
   box-sizing: border-box;
  }
  
  .header_logo img {
   height: 20px;
  }
  
  .header_search {
   display: none;
  }
  
  .header_login {
   display: none;
  }
  
  .header {
   height: 15vw;
   margin-bottom: 0;
  }
  
  .header_links a {
   font-size: 3vw;
  }
  
  .header_links a img {
   width: 3vw;
  }
  
  .header_site {
   display: none;
  }
}



 